IP Multicast Address Structure
You use the IP multicast address structure with theIP_ADD_MEMBERSHIP
andIP_DROP_MEMBERSHIP
options (page 8-35) when you are adding or dropping membership in an IP multicast address. The IP multicast address structure is defined by theTIPAddMulticast
data type.
struct TIPAddMulticast { InetHost multicastGroupAddress; InetHost interfaceAddress; };
Field Description
multicastGroupAddress
- The IP address of the multicast group for which you want to add or drop membership.
interfaceAddress
- The IP address of the network interface that you are using for the multicast group.